home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / libs / MMULib.lha / MMULib / Lib_Sources / mu_version.i < prev    next >
Encoding:
Text File  |  1998-10-04  |  1.7 KB  |  35 lines

  1. ;*************************************************************************
  2. ;** mmu.library                                                         **
  3. ;**                                                                     **
  4. ;** a system library for arbitration and control of the MC68K MMUs      **
  5. ;**                                                                     **
  6. ;** © 1998 THOR-Software, Thomas Richter                                **
  7. ;** No commercial use, reassembly, modification without prior, written  **
  8. ;** permission of the authors.                                          **
  9. ;** Including this library in any commercial software REQUIRES a        **
  10. ;** written permission and the payment of a small fee.                  **
  11. ;**                                                                     **
  12. ;** This is an internal header file, do not depend on anything here.    **
  13. ;** Use the official include files.                                     **
  14. ;** Distributed only for the mmu.library development group for private  **
  15. ;** use.                                                                **
  16. ;**                                                                     **
  17. ;**---------------------------------------------------------------------**
  18. ;** Block: Version header file, definition of version numbers           **
  19. ;*************************************************************************
  20.  
  21. ;FOLD Version
  22. Version         =       0
  23. Revision        =       5
  24. PackedVersion   =       (Version<<16)!(Revision)
  25.  
  26. TextVersion     Macro
  27.                 dc.b "0.05"
  28.                 EndM
  29.  
  30. TextDate        Macro
  31.                 dc.b "(04.10.98)"
  32.                 EndM
  33. ;ENDFOLD
  34.  
  35.